/* #region 页脚 */
.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #232830;
  padding: 30px 0 20px;
  background-image: url('../images/footer/build.png'), url('../images/footer/build.png');
  background-repeat: no-repeat;
  background-position: 0 bottom, right bottom;
  position: relative;
}
.footer .m {
  background: none;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.foot_link {
  width: 560px;
  min-height: 150px;
  margin-bottom: 10px;
}

.foot_link .tab {
  margin-bottom: 15px;
  margin-top: 30px;
}
.foot_link .tab span {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  text-align: center;

  cursor: pointer;
  margin-right: 8px;
  font-size: 14px;
  background-color: #40506a;
  color: #fff;
}
.foot_link .tab span:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #40506a;
  border-bottom: 0 solid #40506a;
}
.foot_link .link {
  margin-bottom: 10px; overflow: hidden;
}
.foot_link .link a {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #78808d;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.foot {
  color: #666666;
  line-height: 32px;
  padding: 0 16px 16px 16px;
}
.foot_page {
  padding-bottom: 15px;
  border-bottom: 1px solid #363b44;
}
.foot_page .m {
  position: relative;
}
.foot_page a {
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  border-left: 1px solid #363b44;
}
.foot_page span {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -3px;
  right: 0;
  overflow: hidden;
}
.foot_qrcode {
  position: absolute;
  top: 10px;
  right: 0;
}
.foot_qrcode .qrbox {
  width: 124px;
  height: 150px;
  padding: 7px;
  background-color: #2d343f;
  margin-left: 20px;
  display: inline-block;
  box-sizing: border-box;
}
.foot_qrcode .qrbox span {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}
.foot_qrcode .qrbox img {
  width: 110px;
  height: 110px;
  display: block;
}
#copyright {
  line-height: 20px;
  color: #78808d;
}
#copyright a {
  color: #78808d;
}
#copyright a:hover {
  color: #ff3300;
}
/* #endregion 页脚 */
